home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / basics / mfc simpleplayer.win / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-28  |  619 b   |  23 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. // QTML and QuickTime
  7. #include <ConditionalMacros.h>
  8. #include <QTML.h>
  9. #include <Movies.h>
  10. #include <scrap.h>
  11.  
  12. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  13.  
  14. #include <afxwin.h>         // MFC core and standard components
  15. #include <afxext.h>         // MFC extensions
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19.  
  20.  
  21.  
  22.  
  23.